﻿body{ margin:0 auto; padding:0; font-size:14px;font-family: "微软雅黑";color: black;}
img{ border: 0px; }
ul{ list-style: none; margin:0 auto; padding:0; }
li{
    padding: 0;
    margin: 0;
}
a{ text-decoration: none; color:black; }
.bodywidth{ width:1200px;margin: 0 auto;}
.OverFlow{overflow: hidden; }
.left{ float:left; }
.right{ float:right; }
.clear{clear: both;}

/******************************************************************************/

/**********页眉*/
.Header{
    padding: 18px 0;
    /*border-top: #DE0347 3px solid;*/
}

/**********主导航*/
.MainNav{
    background: black;
	font-size: 15px;
}
.MainNav ul>li{
    float: left;
    height:65px;
	line-height: 65px;
	position: relative;
}
.MainNav ul>li>a{
    display: block;
    padding: 0 24px;
	height:65px;
	line-height: 65px;
    color: white;
}
.MainNav ul>li:hover{
    background: white;
}
.MainNav ul>li:hover>a{
    color: black;
}
.MainNav ul ul{
	display: none;
	position: absolute;
	top: 80px;
	z-index: 100;
	opacity: 0.8;
}
.MainNav ul ul li{
	padding: 20px 0;
	background: white;
	color: #DE0347;
}
.MainNav ul ul li:hover{
	background: #DE0347;
	opacity: 1;
}
.MainNav ul ul li:hover a{
	color: white;
}
.MainNav ul ul ul{
	display: none;
	position: absolute;
	left: 99999999999999999;
}




/**********动画*/
.Nybanner{
	height: 400px;
	margin: 0 auto;
}
.banner,.Nybanner{
	z-index: 1;
}

/**********主页内容1*/
.IndexCont{
	margin: 50px auto 18px;
}
.IndexContTitle{
    padding: 10px 0px;
    background: #E11856;
    font-size: 23px;
    color: white;
    width: 185px;
	text-align: center;
}
/*产品选项卡*/
.myTab{
	overflow: hidden;
}
.myTab .TabTitle{
	padding: 17px 0 15px;
}
.myTab .TabTitle li{
    float: left;
	cursor: pointer;
    border-left:1px solid #444444;
    padding: 0 12px;
    line-height: 14px;
    height: 14px;
}
.myTab .TabTitle li:last-child{
	padding-right: 0;
}
.myTab .TabTitle li:first-child{
    border: none;
}
.myTab .TabContent {
    border-top: 3px solid #E11856;
	padding-top: 20px;
	height: 710px;
}
.myTab .TabContent div.normal {
	display: none;
	z-index: 0;
}
.myTab .TabContent div.active {
	z-index: 1;
}
.TabContent ul li{
	border: 1px solid #CCCCCC;
	width: 598px;
}
.TabContent ul .Name{
	font-size: 25px;
	font-weight: bold;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.TabContent ul .Name a:hover {
	text-decoration: underline;
}
.TabContent ul .Cont{
	line-height: 150%;
	font-size: 15px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;	
} 
.TabContent ul .More{
	font-size: 15px;
}
.TabContent ul .More a{
	color: #E11856;
}
/*产品选项卡1-1*/
.IndexCont ul li{
	float: left;
	position: relative;
	height: 340px;
}
.IndexCont ul .Image {
	position: absolute;
	right: 0;
	top: 20px;
}
.IndexCont ul .Image img {
	height: 300px;
}
.IndexCont ul .Name{
	position: absolute;
	left:50px;
	top: 30px;		
}
.IndexCont ul .Cont{
	width: 217px;
	height: 66px;
	position: absolute;
	left:50px;
	top: 78px;	
}
.IndexCont ul .More{
	position: absolute;
	left:50px;
	top: 172px;
}
/*..................................主页内容2/3..............................*/
/*.nTab2{
	height: 702px;
}
.IndexCont2 .myTab2_Content .left ul li{
	height: 299px;
	position: relative;
}
.IndexCont2 .myTab2_Content .left ul .Name,.IndexCont3 .myTab3_Content .right ul .Name{
	position: absolute;
	left:50px;
	top: 30px;
}
.IndexCont2 .myTab2_Content .left ul .Cont,.IndexCont3 .myTab3_Content .right ul .Cont{
	position: absolute;
	left:50px;
	top: 78px;
	width: 281px;
	height: 43px;	
}
.IndexCont2 .myTab2_Content .left ul .More,.IndexCont3 .myTab3_Content .right ul .More{
	position: absolute;
	left:50px;
	top: 148px;	
}
.IndexCont2 .myTab2_Content .left ul .Image,.IndexCont3 .myTab3_Content .right ul .Image{
	position: absolute;
	right: 0;
	top: 20px;	
}
.IndexCont2 .myTab2_Content .left ul .Image img,.IndexCont3 .myTab3_Content .right ul .Image img{
	height: 260px;
}
.IndexCont2 .myTab2_Content .right ul li{
	height: 600px;
	position: relative;
} 
.IndexCont2 .myTab2_Content .right ul li .Name,.IndexCont3 .myTab3_Content .left ul li .Name{
	position: absolute;
	left:50px;
	top: 30px;
	font-size: 33px;	
}
.IndexCont2 .myTab2_Content .right ul .Cont,.IndexCont3 .myTab3_Content .left ul li .Cont{
	position: absolute;
	left:50px;
	top: 88px;
	width: 400px;
	height: 116px;
	font-size: 20px;	
}
.IndexCont2 .myTab2_Content .right ul .More,.IndexCont3 .myTab3_Content .left ul .More{
	position: absolute;
	left:50px;
	top: 203px;	
	font-size: 20px;
}
.IndexCont2 .myTab2_Content .right ul .Image,.IndexCont3 .myTab3_Content .left ul .Image{
	position: absolute;
	right: 0;
	top:244px;
}
.IndexCont2 .myTab2_Content .right ul .Image img,.IndexCont3 .myTab3_Content .left ul .Image img{
	height: 320px;
}

.nTab3{
	height: 683px;
}
.IndexCont3 .myTab3_Content .left ul li{
	height: 600px;
	position: relative;
}
.IndexCont3 .myTab3_Content .right ul li{
	height: 299px;
	position: relative;	
}*/
/*******************************************关于易全**************************************/
.About{
	height: 424px;
	background: #FAFAFA;
	padding-top: 65px;
}
.About ul{
	overflow: hidden;
}
.About ul li{
	float: left;
	margin-left: 28px;
}
.About ul li:first-child{
	margin: 0;
}
.About ul li .white{
	background: white;
	width: 380px;
	padding-bottom: 25px;
	background: url("about-shadow.jpg") no-repeat center bottom;
}
.About ul li .white .Name{
	padding: 9px 0;
	text-align: center;
	background: url("about-line.jpg") no-repeat center bottom;
}
.About ul li .white .Name a{
	font-size: 20px;
	color: #333333;
}
.About ul li .white .Cont{
	width: 360px;
	height: 26px;
		color: #AAAAAA;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 17px 20px 25px;
}
.About ul li .white .Cont a{
	color: #AAAAAA;
	line-height: 140%;
}
/*底部*/
.Footer1{
	background: #222222;
	padding: 20px 0 40px;
	overflow: hidden;
}
.Footer1 .left>ul>li{
	float: left;
	margin-left: 95px;
	color: #979797;
}
.Footer1 .left>ul>li:first-child{
	margin: 0;
}
.Footer1 .left>ul li a{
	color: #979797;
	font-size: 14px;
}
.Footer1 .left>ul>li>a{
	display: block;
	height: 30px;
}
.Footer1 .TextList li{
	width:258px;
}
.Footer1 .left>ul ul li a{
	font-size: 12px;

	line-height: 220%;
}
.Footer1 .Name{
	font-size: 12px;
	width:70%;
		line-height: 220%;
	float:left;
}

.Footer1 .Time{
	font-size: 12px;
	width:28%;
	float:left;
		line-height: 220%;
}
.Footer1 .right{
	padding-top: 12px;
}
.Foote2{
	background: #373737;
	overflow: hidden;
	padding: 18px 0;
	color: #AAAAAA;
}
.Foote2 a{
	color: #AAAAAA;
}
.Foote2 a:hover{
	text-decoration: underline;
}

.Footer_bottom{
	width:100%;
	clear:both;
	text-align:center;
}
.Footer_bottom .fbc{
	width:1180px;
	margin:0 auto;
	padding:10px 0;
	line-height:20px;
	font-size:12px;
	color:#1B1B1B;
}
/************************************************************内页样式*********************************************************/
.Nycont{
	margin: 50px auto 55px;
	overflow: hidden;
}
.Nycont .Nymenu ul{
	overflow: hidden;
}
.Nycont .Nymenu ul li{
	float: left;
	font-size: 16px;
	width: 102px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background: #E11856;
	margin-left: 20px;
}
.Nycont .Nymenu ul li a{
	color: white;
}
.Nycont .Nymenu ul li:first-child{
	margin: 0;
}
.NyTitle .left{
	width: 102px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	background: #E11856;	
	color: white;	
}
.NyTitle .right{
	background: url("location.jpg") no-repeat left center;
	text-indent: 20px;
}
.Nymain{
	padding-top: 20px;
}
.PageName{
	display: none;
}
/**************************************************************************产品页************************************************/
.cp .LightBox img{
	border: 1px solid #CCC;
	padding: 3px;
	width: 300px;
}
/*.cp .left2{
	margin-left: 25px;
}
.cp .left2{
	line-height: 50px;
}
.cp .left2 .Title{
	font-size: 25px;
	color: #DEDEDE;
	font-weight: bold;
}
.cp .left2 .title{
	font-size: 18px;
	color: #E11856;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
}
.cp .left2 .share{
	overflow: hidden;
	margin-top: 30px
}
.cp .left2 span{
	float: left;
	line-height: 34px;
}*/
.cp{
	padding-bottom: 20px;
}
.cp .Cont{
	margin-top: 25px;
}
.cp .t2{
	width: 100px;
}
.cp .t3{
	width: 160px;
}
.cp .t3,.cp .t2{
	background: #E11856;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.cp .t4{
	margin: 0;
}
.cp .t1{
	margin: 0 0 35px 0;
}
.cp .t1 img{
	display: block;
}
.cp table{
	text-align: center;
	width: 900px;
	border-collapse:collapse;
}
.cp table tr td{
	border: 1px solid #F0F0F0;
}
.cp .t4 table tr:first-child{
	background: #ff3366;
}
.cp .t4 table tr:first-child td{
	color: white;
}
.gywm{
	font-size: 15px;
}